type go/build.fileInfo
4 uses
go/build (current package)
build.go#L1416: type fileInfo struct {
build.go#L1450: func (ctxt *Context) matchFile(dir, name string, allTags map[string]bool, binaryOnly *bool, fset *token.FileSet) (*fileInfo, error) {
build.go#L1471: info := &fileInfo{name: ctxt.joinPath(dir, name), fset: fset}
read.go#L272: func readGoInfo(f io.Reader, info *fileInfo) error {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)